home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 1118 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  55 lines

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: DMS reading non-df0: drives?
  5. Date: Wed, 24 Jan 96 02:33:13
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960124.51F9A8.2667@an161.du.pipex.com>
  9. References: <721.6596T1135T2199@icon-stl.net>
  10. NNTP-Posting-Host: an161.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. William F. Maddock (wmaddock@icon-stl.net) wrote:
  14. : I've been trying to pack a HD floppy I have with DMS. My HD floppy drive is
  15. : DF3:. The problem I'm running into is that I can't get any version of DMS to
  16. : read from anything but DF0:
  17. : Could some kind coder out there *please* write a DMS that's capable from
  18. : reading from something *other* than DF0:?
  19. : I would appreciate it.
  20.  
  21. New Shell process 12
  22. 12.Blister:> dms ?
  23.  
  24. The DMS-Masher:   Command Line Version 1.53 Turbo PRO
  25.       Copyright ⌐ 1989-92  SDS Software
  26.       Updated   ⌐ 1993     Blackhawk/PARADOX
  27.  
  28. [...]
  29.  
  30. DMS Read file[.DMS] [FROM Dev:] [TEXT filetext] [CMODE mode] [LOW lowtrack]
  31.                     [HIGH hightrack] [NOVAL] [NOZERO] [ENCRYPT password]
  32.  
  33. [...]
  34.  
  35. DMS Readhd file[.DMS] [FROM Dev:] [TEXT filetext] [CMODE mode] [LOW lowtrack]
  36.                       [HIGH hightrack] [NOVAL] [NOZERO] [ENCRYPT password]
  37.  
  38. [...]
  39.  
  40. The FROM argument is what you need to use. e.g.
  41.  
  42. dms readhd ram:testhd.dms from df3:
  43.  
  44. (for high density disks)
  45.  
  46. dms read ram:test from df0:
  47.  
  48. (for double density disks)
  49.  
  50. The WRITE and WRITEHD commands have an analogous TO option.
  51.  
  52. -- Mat.
  53.